Block SharePoint Designer access for an entire web application except for a designated Active Directory group. You can restrict SPD users of any permission level, including site collection owners and even the SharePoint service account! Two .wsp files add & deploy an HttpModule.
Finally! A basic activity that is added to SharePoint Designer that allows the copying of a list item to a secured list.
These are a couple of custom actions that i use in sharepoint designer to ease workflow creation. if you have any suggestions or ideas for new ones let me know and i might add them.
This is where I will post code samples and small projects related to blog posts, talks and training courses. For anything of significant interst a separate codeplex project will be created.
Kick off a workflow associated with a SharePoint List on all list items at once. SharePoint Designer Workflows will also be included. This project assumes criteria is included in the Workflow. Critera through the Workflow Manager is still in process.
SharePoint Tools: Lookup Field with Picker, PowerShell Scripts, SharePoint Designer Actions, PowerActivity, PowerWebPart, PowerEventReceiver, Sandboxed Solutions... ...you will love it too.
There are a number of Sharepoint Designer activities that I think should be available within the Designer, but they are not currently there.
This project is designed to provide SharePoint administrators w/ packaged solutions to disable access to sites via SharePoint Designer (SPD). Over time the methods described on the SPD Team's blog (http://is.gd/pjeu) will be implemented, as well as provide other solutions.
A SharePoint web part for WSS 3.0 & MOSS 2007 to generate custom site columns, site content types and page layout feature by using this we can save minimum 2hrs for each and every page layout
Referential integrity for lookup columns is a very neat feature in SharePoint 2010. I came across a requirement to provide referential integrity in MOSS. I used SharePoint designer workflow to get this feature. I am going to explain how we can achieve “Restrict delete” in MOSS.
The SDS SharePoint Library is a FREE collection of reusable tools and solutions from www.sds-consulting.com. Our team builds custom SharePoint solutions, fast.
This is a web part for WSS v3, MOSS 2007, SPF 2010, or SharePoint Server 2010 that displays a stock quote for a single stock. Under the hood, this is a Data View Web Part and a call to a web service at WebServiceX.Net.
SharePoint Workflow 2013 doesn’t provide activities for permissions, we've fixed it using HttpSend activity and REST API calls. SharePoint Designer supported.
SharePoint Customizer designed to customize SharePoint sites look and feel by overriding original css classes by new classes located in new files.
Enable or Disable SharePoint Designer 2007 per site web application and per site colleciton.
This project takes aim at making it easier to create advanced workflows using Sharepoint Designer by providing a set of custom workflow activities.
A Visual Studio add-in to give developers the ability to edit SharePoint content from within Visual Studio.
Provides the ability to create generic C# (and potentially other managed .NET) code implemented as an extension to SharePoint Designer. The project comes about in response to a specific problem: out of the box, SPD provides very basic and limited string manipulation functions. A particular project required a String.Replace() function and that is simply unavailable in SPD. This project provides both a set of pre-built functions as well as providing a method for developer end users to easily implement and use their own extensions when creating SPD workflows. Vision: - Provide a full set of string manipulation functions (e.g. ToLower, ToUpper, SubString, Index, etc). - Enable programmers to create their own .dll's and following interface rules, easily execute their code from SPD. - Package this as a solution. This project is managed by Paul Galvin of Conchango. Feel free to contact me here: galvin.paul@gmail.com. Please visit my blog at http://paulgalvin.spaces.live.com/blog
This is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use.
SharePoint 2010 Site Styles provide a way to centrally manage and apply CSS and images to publishing and non-publishing sites with a SharePoint 2010 environment. The goal is to bring the flexibility of SharePoint 2007 themes to SharePoint 2010 with a better experience.